(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/utility.h>
void FreeNamedObject()
SYNOPSIS
struct NamedObject * object

LOCATION
In UtilityBase at offset 41
FUNCTION
Frees a NamedObject previously allocated by AllocNamedObject().

INPUTS
object
The NamedObject that you wish to free.
RESULT
The memory used by the NamedObject will be returned to the systems free memory pool.

NOTES
EXAMPLE
BUGS
SEE ALSO
utility/name.h, utility/ AllocNamedObject()
INTERNALS
AllocMem: IntNamedObject, NameSpace; AllocVec: Name, Object.

FreeNamedObject() may have to deal with only a partially allocated object from AllocNamedObject() which has come across an error.

HISTORY
27.01.1997 digulla
Added #include <proto/exec.h>
27.01.1997 ldp
Polish
18.12.1996 iaint
NamedObjects